From f044a3745919244c84450ba70d69473df3b84813 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 24 Apr 2012 08:11:16 +1000 Subject: [PATCH] (bug 34041) Remove bogus 10000x10000 pixel option Change-Id: I7d6e1795a637badde5551950b599ad1da215ca72 --- includes/DefaultSettings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 67889844b6..7c4db0df6c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -941,8 +941,7 @@ $wgImageLimits = array( array( 640, 480 ), array( 800, 600 ), array( 1024, 768 ), - array( 1280, 1024 ), - array( 10000, 10000 ) + array( 1280, 1024 ) ); /** -- 2.20.1